From b4e4e5e89e01cd55cc34e98db2062493b474d494 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Tue, 1 Dec 2015 03:16:01 +0100 Subject: [PATCH] Update doc rule --- debian/rules | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/rules b/debian/rules index 8f82582b..18fa3968 100755 --- a/debian/rules +++ b/debian/rules @@ -40,13 +40,11 @@ override_dh_auto_configure: --with-libwrap \ --with-openssl -# Let's be smart with building doc -override_dh_auto_build-indep: - $(MAKE) -C obj-* DOXYGEN - # No tests needed for docs override_dh_auto_test-indep: +# if config/Makefile.def is not availabe then we assume this is +# a clean source tree override_dh_auto_clean: if [ -f config/Makefile.def ] ; then dh_auto_clean; fi @@ -56,10 +54,7 @@ override_dh_auto_install-arch: mv debian/tmp/usr/etc debian/tmp/ override_dh_auto_install-indep: - #DESTDIR=debian/tmp $(MAKE) -C obj-*/doxygen install - DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C obj-*/doxygen install - #rm debian/dcmtk/usr/share/man/man1/_tmp_buildd* - #rm debian/tmp/usr/share/man/man1/_tmp_buildd* + DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C doxygen install rm debian/tmp/usr/share/man/man1/_*.1 override_dh_installdocs: -- 2.30.2